*{padding: 0;
    margin: 0;}
    
    body {background-color: black;
    }
    
    article {background-color: black;
    padding: 20px;
    margin: 20px;
    height: 700px;}
    
    .portada { height: 650px;
        width: 400px;
        position: relative;
        left: 100px;
        border: solid 3px gray;
    }
    
    .datos 
        {background-color: black;
            color:  #af7ac5 ;
            width: 1000px;
            position: relative;
            left: 650px;
            bottom: 600px;
            margin: 10px;
            padding: 10px;
            line-height: 40px;
    }
    
    .sinopsis{background-color: black;
        color:  #af7ac5 ;
        width: 1000px;
        position: relative;
        left: 650px;
        bottom: 600px;
        margin: 10px;
        padding: 10px;
        line-height: 25px;
    font-size: medium;
    }

    h1{ color:  #af7ac5 ;
        text-align: center;
    }
    
    p{color:  #af7ac5 ;
        font-size: x-large;
    }


    iframe {width: 1400px;
        height: 650px;
        margin: 30px;
        padding: 30px;
        position: relative;
        left: 150px;
    }

    

    footer {
        height: 50px;
        color: black;
    }

    .div1{position: relative;
        top: 300px;

    }

    @media (max-width: 880px) {
        article {
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
            margin: 10px;
        }
    
        .portada {
            width: 90%;
            max-width: 400px;
            height: auto;
            left: 0;
            position: static;
            margin-bottom: 20px;
        }
    
        .datos, .sinopsis {
            width: 90%;
            max-width: 600px;
            position: static;
            margin: 10px 0;
            text-align: center;
        }
    
         
        .div1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
            position: static; 
        }
    
        iframe {
            width: 90%;
            max-width: 600px;
            margin: 10px 0;
            position: static; 
        }
    }

    @media (max-width: 480px) {
        article {
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 5px;
            margin: 5px;
        }
    
        .portada {
            width: 95%;
            max-width: 300px;
            height: auto;
            margin-bottom: 15px;
        }
    
        .datos, .sinopsis {
            width: 95%;
            max-width: 400px;
            margin: 8px 0;
            text-align: center;
            font-size: small; 
            line-height: 22px; 
        }
    
        .div1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
            position: static;
        }
    
        iframe {
            width: 95%;
            max-width: 350px;
            margin: 8px 0;
            position: static;
        }
    }